home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / rtgmaster_dev / includes / vbcc-warpos / readme.first < prev    next >
Text File  |  1998-06-29  |  1KB  |  34 lines

  1. vbcc-WarpOS is a new PPC-Compiler for WarpOS, which is currently in Beta-Stage.
  2. Hopefully a public release will follow soon. The author is frank@phoenix.owl.de
  3. (Frank Wille).
  4.  
  5. Documentation for the vbcc-WarpOS Includes:
  6.  
  7. copy rtgm.lib to vlibwos:
  8. copy rtgmaster_protos.h to vincludewos:clib
  9.  
  10. As to the rest of the Includes, install the StormC Version of the Includes,
  11. but be careful that you do not overwrite the rtgmaster_protos.h. This file
  12. looks different for vbcc-WarpOS.
  13.  
  14. To compile a program with rtgmaster you have to link with the option
  15.  
  16. -lrtgm
  17.  
  18. You also have to use the option
  19.  
  20. -+
  21.  
  22. so that // Style Comments will be accepted.
  23.  
  24. Note: I included versions of the rtgmaster includes without the // Comments.
  25.       If you need the comments, you should read them in the directory of the
  26.       SAS/C or StormC version of the includes.
  27.  
  28. the rtgm.lib in subdirectory lib has to be put to vlibwos:
  29.  
  30. Note: Early versions of vbcc-WarpOS could not handle some of rtgmaster's PPC-Native
  31. functions, for example PPCCopyRtgBlit. If such a problem happens with your version,
  32. request a new version of vbcc-WarpOS from Frank Wille (frank@phoenix.owl.de).
  33.  
  34.